home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / 4node2pc.arc / DESCRIP.DOC < prev    next >
Encoding:
Text File  |  1989-02-04  |  2.3 KB  |  47 lines

  1.                     Riverside Premium BBS
  2.  
  3. This describes the hardware and software environment for a 4 node
  4. system using two machines, Lantastic, and Taskview/Omniview.
  5.  
  6. There are 2 Miniscribe 6085 drives on each system and both use the
  7. Perstor 180-16F controller.  This combination results in each drive
  8. having a capacity of about 130 meg each for a total of 520 meg.
  9. At present all files are on the ASTAR except for the PCBoard dir
  10. containing the EXE files for nodes 1 & 2.  These are contained on
  11. the Compustar.  Each node has it's own BASE DIR named PCBNx where
  12. the x is the Node #.
  13.  
  14. I have included the CONFIG.SYS and AUTOEXEC.BAT for each machine
  15. in this ARC file.  Note the SET commands both in the AUTOEXEC and
  16. in each node's BAT file.  An environment parmeter is set by each
  17. board's BAT to pass the node number, drive of the PCBOARD.SYS/DAT
  18. files.  This makes the creating of DOOR BAT files easier.  They are
  19. all the same and the SET parms provide the necessary info so that
  20. all DOORS can run on each node at the same time.
  21.  
  22. It took a little time to get it to work right but it makes adding
  23. doors a snap.  I have also included the bat files I use when I add
  24. a new door to do the copy to each node's SUBDIR.  At present, I only
  25. run 4 nodes with Node 2 a LOCAL for me, but I update all at the same
  26. time so all I have to do to add a new node is add another machine and
  27. connect it up to the LAN.
  28.  
  29. One thing to note is the bat file for NODE 1 which checks for the
  30. PCBOARD.EXE file on drive S.  This is across the LAN and if it is
  31. not available, a CALL to a BAT to logon to the SERVER is made and
  32. then the node is brought up.  Node 2 is not brought up automatically
  33. but only when I want to log into the system.  Otherwise I use the
  34. partition to run other things.
  35.  
  36. An EVENT is run on each node but only NODE 5 actually does anything.
  37. The others just go into a wait loop until the processing is finished
  38. then the other nodes come back up.  TIMELOOP is a 7 line BASIC
  39. program that loops for 5 minutes and then ends.  A check is made for
  40. the EVENT.BAT file and if it is there, it just goes back and waits
  41. again.  Nothing fancy but it works.
  42.  
  43. All files with a CST extention are on the Compustar and those that
  44. have an AST extention are on the ASTAR.  They normally have a SYS or
  45. BAT extention on their respective machines.
  46.  
  47.